docs: add Packagist, GitHub, CI, and Codecov badges to README#3
Merged
docs: add Packagist, GitHub, CI, and Codecov badges to README#3
Conversation
Matches the badge convention used across the Perique sibling packages (Enqueue, Nonce, etc.): - Packagist: latest stable, total downloads, license, PHP version requirement - GitHub: contributors, open issues - CI: one badge per WP version workflow (6.6, 6.7, 6.8, 6.9) - Codecov: coverage badge using the repo-specific MOUNT_CODECOV upload token Heading also updated from "# PinkCrab ElmMount" to the trailing-hash style "# PinkCrab ElmMount #" used by the rest of the family.
The previous line led with what the package does NOT do (wrap add_submenu_page / add_shortcode / add_meta_box) — meaningless context for any reader who never expected it to. New copy describes the actual usage shape positively: build the app once, call render() or parse() from any WordPress callback that produces output, with concrete examples (admin page, shortcode, meta box, widget, REST, template part).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 17 17
===========================================
Files 2 2
Lines 64 64
===========================================
Hits 64 64 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Matches the badge convention used across the Perique sibling packages (Enqueue, Nonce, etc.):
Heading also updated from "# PinkCrab ElmMount" to the trailing-hash style "# PinkCrab ElmMount #" used by the rest of the family.